home *** CD-ROM | disk | FTP | other *** search
- #ifndef __FASTSTRINGS__
- #define __FASTSTRINGS__
-
- #ifndef __TYPES__
- #include <Types.h> // Make sure we have type definitions
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- pascal void GetIndStr2(Str255 theString, short str2ID, short index);
- pascal void GetIndStr3(Str255 theString, short strIID, short index);
-
- #ifdef __cplusplus
- };
- #endif
-
- #endif // __FASTSTRINGS__